home *** CD-ROM | disk | FTP | other *** search
/ Millennium Gold 2000 / Millennium Gold 2000 - Disc 1.iso / 13OUT / 13OUT.TXT < prev    next >
Text File  |  1993-05-31  |  7KB  |  169 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. 13 Out Card Game
  9. for Windows 
  10.  
  11. Copyright (c) 1991-1992  Philip B. Cook
  12.  
  13. Shareware Version 3.0
  14.  
  15. 1 June 1993
  16.  
  17.  
  18.  
  19.  
  20. 1. For full documentation refer to the Windows online help file (13OUT.HLP).
  21.  
  22.  
  23. 2. INTRODUCTION 
  24.  
  25. Welcome, to what I hope will be the first of many pieces of succesful software 
  26. distributed to the public via the medium of SHAREWARE. I very much hope that 
  27. you will enjoy playing the game of 13 Out, which was introduced to me while 
  28. on my Grandmothers knee more years ago than I care to remember, though she 
  29. didn't seem to need all this technology to play it, just a simple deck of 
  30. cards.
  31.  
  32. I have modelled the way in which the games behaves on the version of Patience 
  33. called Solitaire distributed by MicroSoft with the Windows 3 Environment. 
  34.  
  35. The code however is 'all my own work', with only a little help from the nice 
  36. people at BORLAND who provide some even nicer examples of how to go about 
  37. things Windows fashion, when you purchase their excellent TURBO PASCAL for 
  38. WINDOWS product, of which I cannot speak too highly.
  39.  
  40. The software requires Microsoft Windows 3 and a mouse. It has been tested 
  41. running under 
  42.  
  43.    Windows 3.0 in Real, Standard and 386 Enhanced modes and 
  44.    Windows 3.1 in Standard and 386 Enhanced modes 
  45.  
  46. on an IBM AT (286), 386sx and 386DX processors.
  47.  
  48. This whole piece of software is by way of an essay in the Art of programming 
  49. and allowed me to learn and forget more things about the Windows Environment 
  50. than are probably good for me.........  I just hope you like it.
  51.  
  52. This product is provided  on an as-is basis. The Author makes no warranty 
  53. whatsoever regarding the product and specifically disclaims any implied 
  54. warranty or liability of any kind. 
  55.  
  56.  
  57.  
  58. 3. SHAREWARE
  59.  
  60. This product is distributed as Shareware.  It is not Public Domain and I 
  61. retain the copyright. Please feel free to copy the package to your friends or 
  62. upload it to your favourite bulletin board.  If you get this from a commercial 
  63. source you should pay no more than the cost of the the diskette on which it is 
  64. supplied plus a small copying fee.  The software is distributed as a self 
  65. extracting archive file built using LHArc (Copyright Yoshi). It should come to 
  66. you with the following files.
  67.  
  68. 13OUT.EXE       - the Windows Executable File.
  69. 13OUT.TXT       - This text file in simple TEXT format.
  70. 13OUT.HLP    - Windows on-line help file.
  71. DECK_???.BMP    - External Deck Designs.
  72.  
  73. To install the program from DOS proceed as follows :
  74.  
  75. 1. Copy the file 13OUT_30.EXE to the Drive and Directory on where you wish to 
  76.    'unpack' it.
  77. 2. Type 13OUT_30 at the DOS prompt.
  78. 3. Answer the questions.
  79.  
  80. The files will be extracted and expanded on the current drive.
  81.  
  82. Once the program is executed and you save your favourite mode of operation of 
  83. the game, it will write a file 13OUT.INI in your WINDOWS directory. I don't 
  84. approve of applications writing all over the WIN.INI file, so I don't.
  85.  
  86. If you like the game and intend to continue to use it beyond an initial trial 
  87. period (shall we say 30 days), then I shall be delighted to receive your 
  88. request for registration. Once registered the program will cease the (small 
  89. amount of) nagging that it does. I hope by then to be able to offer you some 
  90. other software on the same basis, and perhaps some improvements made to the 
  91. 13OUT Game.
  92.  
  93. I don't ask much for Registration so please do the decent thing and
  94. register if you use the program.
  95.  
  96. If you spot any bugs in the program, or would like to suggest extra features, 
  97. I would also be pleased to hear from you. 
  98.  
  99.  
  100. 4.CONTACTS
  101.  
  102. The author can be contacted as follows :
  103.  
  104. POST        Mr. P.B. Cook,
  105.                 7 Deaf Hill Terrace,
  106.                 Trimdon Station,
  107.                 County Durham,
  108.                 TS29 6BZ
  109.                 UNITED KINGDOM
  110.  
  111. TELEPHONE     +44 429 880319 or +44 642 485395
  112. FACSIMILE     +44 642 471287
  113.  
  114.  
  115. 4. REVISION HISTORY
  116.  
  117. V1.0    24 November 1991     Beta Test version.
  118.                              Reported Bugs - 
  119.                                1. Card Back Dialog NOT modal.
  120.                                2. No out of memory checking.
  121.  
  122. V1.1    8 December 1991      First Release
  123.                              Added Card Decks generated by WINFRACT.
  124.                              Fixed V1.0 Bug 1.
  125.                              Fixed V1.0 Bug 2.
  126.                              Reported Bugs -
  127.                                3. Card Selection Dialog did not function 
  128.                                   correctly on Hercules and EGA Displays.
  129.                                4. Multiple instances in Real Mode occasionally 
  130.                                   caused a system 'hang'.
  131.  
  132. V1.2    10 January 1992      Updated.
  133.                              Tightened up the code a little.
  134.                              Fixed V1.1 Bug 3.
  135.                              Fixed V1.1 Bug 4.
  136.  
  137. V2.0    24 April 1992        Re-written Main Drawing Code giving
  138.                              - smoother drawing
  139.                              - faster outline dragging 
  140.                              Added Undo feature.
  141.                              Added access to Solitaire Card Decks.
  142.                              Reported Bugs -
  143.                                5. Deck Selection faulty on EGA displays.     
  144.  
  145. V2.1    31 May 1992          Split code into seperate TPUs minimising
  146.                              required memory for play.
  147.                              Fixed V2.0 Bug 5.
  148.                              Reported Bugs -
  149.                                6. Cards leave a trail behind them when 
  150.                                   dragged. Hercules screens only.
  151.  
  152. V2.2    5 August 1992        Rebuilt using TPW Version 1.5 complier.
  153.                              Fixed V2.1 Bug 6 - 
  154.                              - All two color displays now use white as the 
  155.                                background color.
  156.  
  157. V2.3    14 August 1992       Incorporated new stack drawing code, no changes
  158.                              in 13 Out functionality.
  159.  
  160. V2.4    14 October 1992      Added Windows Style Help facility.
  161.                              plus cosmetic changes.
  162.  
  163. V3.0    1 June 1993          Changed the Select Deck dialog to support
  164.                                selection of Card Decks external to the
  165.                                program in *.bmp files.
  166.                              The original Decks now ship as BMP files.
  167.                              Now supports Editing of the Decks by the
  168.                                user using PAINTBRUSH or other BMP Editor.
  169.